From a706f56678786d1f9af87ee008fd2bd15b1d1426 Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Tue, 5 Feb 2019 21:54:42 +0000 Subject: [PATCH] pathnames1.6 Gbp-Pq: Name pathnames1.6 --- o/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o/makefile b/o/makefile index 57db00ea..f032e9cd 100644 --- a/o/makefile +++ b/o/makefile @@ -34,7 +34,7 @@ boot.o: boot.c $(DECL) boot.h $(CC) -c $(CFLAGS) $(DEFS) -fPIC $*.c $(AUX_INFO) prelink.o: prelink.c $(DECL) - $(CC) -fPIE -c $(filter-out -pg,$(CFLAGS)) $(DEFS) $*.c $(AUX_INFO) + $(CC) -c $(filter-out -pg,$(CFLAGS)) -fPIE $(DEFS) $*.c $(AUX_INFO) %.o: %.c $(DECL) $(CC) -c $(CFLAGS) $(DEFS) $*.c $(AUX_INFO) -- 2.30.2